pp108 : UnloadISVPackage (Deprecated)

UnloadISVPackage (Deprecated)

 


This Web service operation is used to unload the ISV Package.

SOAP Request

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP:Body>
        <UnloadISVPackage xmlns="http://schemas.cordys.com/1.0/isvpackage">
            <file deletereference="" deleteISVFile="">sample</file>
            <usercontentUnloaders>
                <contentManager unload="" />
            </usercontentUnloaders>
        </UnloadISVPackage>
    </SOAP:Body>
</SOAP:Envelope>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

file

Specifies which ISV Package is being unloaded

String

 

deletereference

Specifies if the references(example: roles, methods) must be deleted or retained.

String

 

  • true - To delete the references
  • false â€" To retain the references

deleteISVFile

Specifies if the ISV file must be deleted or retained

String

 

  • true - To delete the file
  • false â€" To retain the file